ICompCSTaskObject usage details

Summary

org.eclipse.pde.internal.ua.core.icheatsheet.comp.ICompCSTaskObject has 55 total references to 11 different members.

Reference Details

Click an entry in the table below to reveal the details of the references made to that element. You can hover over an element to see its qualified signature information and hover over the visibility to see details.

Member
[+] ICompCSTaskObject
CASTS
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.CompCSMasterTreeSection.handleMoveTaskObjectAction(int) 359 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.CompCSMasterTreeSection.updateButtons() 283 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.CompCSMasterTreeSection.fillContextMenu(IMenuManager) 595 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.CompCSMasterTreeSection.handleDeleteAction() 642 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.CompCSMasterTreeSection.fillContextMenu(IMenuManager) 581 PRIVATE_PERMISSIBLE
DECLARED_FIELD
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.actions.CompCSRemoveTaskObjectAction.fTaskObject -1 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSIntroductionTextListener.fDataTaskObject -1 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSEnclosingTextDetails.fDataTaskObject -1 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSConclusionTextListener.fDataTaskObject -1 PRIVATE_PERMISSIBLE
INSTANCEOF
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.CompCSMasterTreeSection.handleMoveTaskObjectAction(int) 358 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.CompCSMasterTreeSection.handleDeleteAction() 641 PRIVATE_PERMISSIBLE
LOCAL_VAR_DECLARED
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.CompCSMasterTreeSection.handleDeleteAction() 642 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.CompCSMasterTreeSection.handleMoveTaskObjectAction(int) 359 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.CompCSMasterTreeSection.updateButtons() 283 PRIVATE_PERMISSIBLE
PARAMETER
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.CompCSMasterTreeSection.fillContextMenuRemoveAction(IMenuManager, ICompCSTaskObject) -1 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.actions.CompCSRemoveTaskObjectAction.setTaskObject(ICompCSTaskObject) -1 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSIntroductionTextListener.setData(ICompCSTaskObject) -1 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSEnclosingTextDetails.setData(ICompCSTaskObject) -1 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSConclusionTextListener.setData(ICompCSTaskObject) -1 PRIVATE_PERMISSIBLE
[+] getFieldIntro() : ICompCSIntro
INTERFACE_METHOD
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSIntroductionTextListener.updateIntroductionText(String) 101 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSIntroductionTextListener.removeIntroductionText(String) 132 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSIntroductionTextListener.modifyIntroductionText(String) 124 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSEnclosingTextDetails.updateIntroductionViewer(boolean) 379 PRIVATE_PERMISSIBLE
[+] getFieldKind() : String
INTERFACE_METHOD
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSTaskGroupDetails.updateKindCombo(boolean) 273 PRIVATE_PERMISSIBLE
[+] getFieldName() : String
INTERFACE_METHOD
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.CompCSGroupValidator.validate(ICompCSTaskGroup) 124 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.actions.CompCSAbstractAddAction.getTaskObjectNames(ICompCSTaskGroup) 45 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSTaskGroupDetails.updateNameEntry(boolean) 265 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSTaskDetails.updateNameEntry(boolean) 520 PRIVATE_PERMISSIBLE
[+] getFieldOnCompletion() : ICompCSOnCompletion
INTERFACE_METHOD
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSEnclosingTextDetails.updateConclusionViewer(boolean) 398 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSConclusionTextListener.updateConclusionText(String) 102 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSConclusionTextListener.removeConclusionText(String) 133 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSConclusionTextListener.modifyConclusionText(String) 125 PRIVATE_PERMISSIBLE
[+] getFieldSkip() : boolean
INTERFACE_METHOD
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSTaskGroupDetails.updateSkipButton(boolean) 292 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSTaskDetails.updateSkipButton(boolean) 540 PRIVATE_PERMISSIBLE
[+] setFieldIntro(ICompCSIntro) : void
INTERFACE_METHOD
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSIntroductionTextListener.addIntroductionText(String) 117 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSIntroductionTextListener.removeIntroductionText(String) 134 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.wizards.cheatsheet.CompCSCreationOperation.createBasicTask(ICompCSObject) 87 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.wizards.cheatsheet.CompCSCreationOperation.createBasicGroup(ICompCSObject) 113 PRIVATE_PERMISSIBLE
[+] setFieldKind(String) : void
INTERFACE_METHOD
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSTaskGroupDetails.2.widgetSelected(SelectionEvent) 217 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSTaskGroupDetails.2.widgetSelected(SelectionEvent) 219 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSTaskGroupDetails.2.widgetSelected(SelectionEvent) 221 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.wizards.cheatsheet.CompCSCreationOperation.createBasicTask(ICompCSObject) 86 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.wizards.cheatsheet.CompCSCreationOperation.createBasicGroup(ICompCSObject) 112 PRIVATE_PERMISSIBLE
[+] setFieldName(String) : void
INTERFACE_METHOD
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.actions.CompCSAddGroupAction.run() 46 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.actions.CompCSAddTaskAction.run() 47 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSTaskGroupDetails.1.textValueChanged(FormEntry) 200 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSTaskDetails.1.textValueChanged(FormEntry) 197 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.wizards.cheatsheet.CompCSCreationOperation.createBasicGroup(ICompCSObject) 110 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.wizards.cheatsheet.CompCSCreationOperation.createBasicTask(ICompCSObject) 84 PRIVATE_PERMISSIBLE
[+] setFieldOnCompletion(ICompCSOnCompletion) : void
INTERFACE_METHOD
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSConclusionTextListener.removeConclusionText(String) 135 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSConclusionTextListener.addConclusionText(String) 118 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.wizards.cheatsheet.CompCSCreationOperation.createBasicTask(ICompCSObject) 88 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.wizards.cheatsheet.CompCSCreationOperation.createBasicGroup(ICompCSObject) 114 PRIVATE_PERMISSIBLE
[+] setFieldSkip(boolean) : void
INTERFACE_METHOD
Reference Location Line Number Visibility
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSTaskDetails.3.widgetSelected(SelectionEvent) 492 PRIVATE_PERMISSIBLE
org.eclipse.pde.internal.ua.ui.editor.cheatsheet.comp.details.CompCSTaskGroupDetails.3.widgetSelected(SelectionEvent) 237 PRIVATE_PERMISSIBLE

Back to bundle index

Valid HTML 4.01 Transitional